Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps @tinyhttp/app from 1.3.15 to 2.2.0.

Release notes

Sourced from @​tinyhttp/app's releases.

@​tinyhttp/app@​2.1.4

Full Changelog: https://github.com/tinyhttp/tinyhttp/compare/@​tinyhttp/app@​2.1.3...@​tinyhttp/app@​2.1.4

@​tinyhttp/app@​2.1.0

Full Changelog: https://github.com/tinyhttp/tinyhttp/compare/@​tinyhttp/app@​2.0.34...@​tinyhttp/app@​2.1.0

V2: Hello ESM, goodbye CJS

Slide 16_9 - 18

tinyhttp v2 - Hello ESM, goodbye CJS

tinyhttp finally drops all CommonJS outputs and becomes pure ESM. Node.js 10 became EOL so this means all LTS versions starting v12 support the framework. All of the middlewares are also pure ESM now.

Core

  • BREAKING: move to pure ESM
  • fix: Unable to set url prefix for the application (#249)
  • remove freshnessTesting property because it makes no sense
  • router: align RegexParams types to regexpram
  • fix: console.error triggering in tests
  • don't report error if it is not an Error class instance
  • set proper headers for HEAD requests
  • fix: ETag caching not working (#272)
  • send: set 304 status on fresh request
  • fix: req.path computed improperly (#290)
  • fix: router mount order (#292)
  • fix(send): res.sendFile method forcibly overwrites the HTTP status code with 200

Wares

  • cors: set default allowed headers to content-type (#257)
  • fix(logger): statusEmoji import in logger (#271)
  • deprecate @​tinyhttp/session, @​tinyhttp/pug
  • move bot-detector, cookie-parser, jwt, logger, favicon, markdown to separate repos
  • ip-filter, rate-limit: remove type dependency on tinyhttp in wares

Other

  • cli: add project name as package.json name (#264)

Docs

  • fix typo in couchdb/README.md (#251)
  • fix broken benchmarks link (#300)
  • rate-limit: Correct status code typo (#303)
  • move website to a separate repo

Examples

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tinyhttp/app](https://github.com/tinyhttp/tinyhttp/tree/HEAD/packages/app) from 1.3.15 to 2.2.0.
- [Release notes](https://github.com/tinyhttp/tinyhttp/releases)
- [Commits](https://github.com/tinyhttp/tinyhttp/commits/@tinyhttp/[email protected]/packages/app)

---
updated-dependencies:
- dependency-name: "@tinyhttp/app"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

Superseded by #119.

@dependabot dependabot bot closed this Oct 30, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tinyhttp/app-2.2.0 branch October 30, 2023 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants